Metadata-Version: 2.1
Name: lgblkb-tools
Version: 1.0.65
Summary: Tools to make life easier
Home-page: UNKNOWN
Author: Dias Bakhtiyarov
Author-email: dbakhtiyarov@nu.edu.kz
License: BSD
Keywords: setup,distutils
Platform: UNKNOWN
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: certifi (==2019.11.28)
Requires-Dist: cffi (==1.13.2)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: checksumdir (==1.1.7)
Requires-Dist: colorlog (==4.1.0)
Requires-Dist: cryptography (==2.8)
Requires-Dist: diskcache (==4.1.0)
Requires-Dist: future (==0.18.2)
Requires-Dist: gdal (==2.4.3)
Requires-Dist: geoalchemy2 (==0.6.3)
Requires-Dist: geojson (==2.5.0)
Requires-Dist: idna (==2.8)
Requires-Dist: joblib (==0.14.1)
Requires-Dist: numpy (==1.18.1)
Requires-Dist: pandas (==1.0.0)
Requires-Dist: pycparser (==2.19)
Requires-Dist: pyproj (==2.4.2.post1)
Requires-Dist: python-box (==4.0.4)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: python-log-indenter (==0.9)
Requires-Dist: python-telegram-bot (==12.3.0)
Requires-Dist: pytz (==2019.3)
Requires-Dist: requests (==2.22.0)
Requires-Dist: ruamel.yaml (==0.16.7)
Requires-Dist: shapely (==1.7.0)
Requires-Dist: six (==1.14.0)
Requires-Dist: sqlalchemy (==1.3.13)
Requires-Dist: toml (==0.10.0)
Requires-Dist: tornado (==6.0.3)
Requires-Dist: urllib3 (==1.25.8)
Requires-Dist: wrapt (==1.11.2)
Requires-Dist: ruamel.yaml.clib (==0.2.0) ; (platform_python_implementation == 'CPython' and python_version < '3.8')

# lgblkb-tools

Some useful tools for making code development easier

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

What things you need to install the software and how to install them
You can stick to using pip and venv/virtualenv, but I recommend using pipenv instead. 
Pipenv is amazing. [Check it out](https://github.com/pypa/pipenv). 
```
pipenv # for local development 
```

### Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

```
Give the example
```

And repeat

```
until finished
```

End with an example of getting some data out of the system or using it for a little demo

## Running the tests

Explain how to run the automated tests for this system

### Break down into end to end tests

Explain what these tests test and why

```
Give an example
```

### And coding style tests

Explain what these tests test and why

```
Give an example
```

## Deployment

Add additional notes about how to deploy this on a live system

## Built With

* [Dropwizard](http://www.dropwizard.io/1.0.2/docs/) - The web framework used
* [Maven](https://maven.apache.org/) - Dependency Management
* [ROME](https://rometools.github.io/rome/) - Used to generate RSS Feeds

## Contributing

Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). 

## Authors

* **Billie Thompson** - *Initial work* - [PurpleBooth](https://github.com/PurpleBooth)

See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

* Hat tip to anyone whose code was used
* Inspiration
* etc



