Some checks failed
Release / release (push) Failing after 22s
* ignore .gitignore * remove relative imports * remove tmp * rename template string * rename template string * format with black * changelog * Bump version: 0.0.0.dev1 → 0.0.0.dev2 * bump version * Bump version: 0.1.0 → 0.2.0.dev0 * Bump version: 0.2.0.dev0 → 0.2.0.dev1 --------- Co-authored-by: autobump <autobump@users.noreply.github.com>
23 lines
568 B
Markdown
23 lines
568 B
Markdown
# PyFlyByGen
|
|
|
|
Generates pyflyby configurations for your project based on existing imports.
|
|
|
|
[](https://pypi.org/project/pyflybygen)
|
|
[](https://pypi.org/project/pyflybygen)
|
|
|
|
---
|
|
|
|
**Table of Contents**
|
|
|
|
- [Installation](#installation)
|
|
- [License](#license)
|
|
|
|
## Installation
|
|
|
|
```console
|
|
pip install pyflybygen
|
|
```
|
|
|
|
## License
|
|
|
|
`pyflybygen` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|