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.
============================
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
Release history Release notifications | RSS feed
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.2.4.tar.gz
(4.1 kB
view details)
File details
Details for the file odintools-0.2.4.tar.gz
.
File metadata
- Download URL: odintools-0.2.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c92cdb3d7194241e97f89227f41e5859d52df9cef9655401191e71a9c4e76c8 |
|
MD5 | d67ad68d174e4a156d36a685926bfb00 |
|
BLAKE2b-256 | 7db44ed008d8c386f034984ae7f94631bdc2ae256f10d9b5dfc7059cb585aa61 |