Skip to main content

Odin setuptools extensions

Project description

odintools - Odin Setup Tools
============================

This library helps to automate continuous delivery processes adopted in Odin.
More information: [Python packaging][python-packaging]


## Installation

Current version is at an early stage of development, so you may want to
install it in the `develop` mode in your virtualenv:

```bash
$ python setup.py develop
```


## Usage

Ensure that you have `odintools` in your `setup_requires` list and pass
`odintools=True` as a keyword argument in the `setup()` call:

```python
from setuptools import setup

setup(
setup_requires=['odintools'],
odintools=True,
...
)
```

After you enable odintools in the setup.py file you can use new commands
provided by it:

```bash
$ python setup.py publish --dev
```


Pydistutils is required because `setup_requires` line in `setup()` call is processed
by setuptools, not pip, so it needs a separate configuration.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

odintools-0.1.34.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file odintools-0.1.34.tar.gz.

File metadata

  • Download URL: odintools-0.1.34.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for odintools-0.1.34.tar.gz
Algorithm Hash digest
SHA256 6bb8b285b3bbae10abd2cd503f1411cf765a23b3619ed021cac0f9b1e3159a43
MD5 dd15e37d356a9b4f8aa35cf7f2210003
BLAKE2b-256 b5d7b48c94a124e85509f52f3143574e059c2854a996cb95b0ec2f7488f2fcfa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page