Metadata-Version: 2.1
Name: doty
Version: 0.5.0
Summary: A Python project template.
Home-page: https://github.com/leahevy/doty
Author: Leah Lackner
Author-email: leah.lackner+github@gmail.com
License: GPLv3
Project-URL: Documentation, https://leahevy.github.io/doty/blob/master/README.md
Project-URL: Source, https://github.com/leahevy/doty
Project-URL: Tracker, https://github.com/leahevy/doty/issues
Platform: Linux
Platform: Mac OSX
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich (>=12.2.0)
Requires-Dist: typer (>=0.4.1)
Requires-Dist: semantic-version (>=2.10.0)
Provides-Extra: dev
Requires-Dist: darker (>=1.5.0) ; extra == 'dev'
Requires-Dist: black (>=22.3.0) ; extra == 'dev'
Requires-Dist: isort (>=5.10.1) ; extra == 'dev'
Requires-Dist: types-setuptools (>=57.4.14) ; extra == 'dev'
Requires-Dist: setuptools (>=58.1.0) ; extra == 'dev'
Requires-Dist: wheel (>=0.37.1) ; extra == 'dev'
Requires-Dist: build (>=0.8.0) ; extra == 'dev'
Requires-Dist: pytest (>=7.1.1) ; extra == 'dev'
Requires-Dist: pytest-cov (>=3.0.0) ; extra == 'dev'
Requires-Dist: flake8 (>=4.0.1) ; extra == 'dev'
Requires-Dist: mypy (>=0.942) ; extra == 'dev'
Requires-Dist: pdoc (>=12.0.2) ; extra == 'dev'
Requires-Dist: pre-commit (>=2.18.1) ; extra == 'dev'
Requires-Dist: twine (>=4.0.0) ; extra == 'dev'
Requires-Dist: bump2version (>=1.0.1) ; extra == 'dev'
Requires-Dist: gitchangelog (>=3.0.4) ; extra == 'dev'

<div align="center">
<a href="https://github.com/leahevy/doty"><img src="https://raw.githubusercontent.com/leahevy/doty/master/assets/doty.png" width="350px" alt="doty"/></a>
</div>
<br/>

<p align="center">
<b>✨ The true dotfiles manager. ✨</b> 
</p>

<p align="center">
<a href="https://github.com/leahevy/doty/graphs/commit-activity"><img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" alt="This project is maintained"/></a>
<a href="https://github.com/leahevy/doty/actions/workflows/build.yml"><img src="https://github.com/leahevy/doty/actions/workflows/build.yml/badge.svg" alt="Build"/></a>
<a href="https://github.com/leahevy/doty/actions/workflows/tests.yml"><img src="https://github.com/leahevy/doty/actions/workflows/tests.yml/badge.svg" alt="Tests"/></a>
<a href="https://github.com/leahevy/doty/actions/workflows/coverage.yml"><img src="https://raw.githubusercontent.com/leahevy/doty/coverage/coverage.svg" alt="Coverage"/></a>
<a href="https://github.com/leahevy/doty/actions/workflows/style.yml"><img src="https://github.com/leahevy/doty/actions/workflows/style.yml/badge.svg" alt="Coding style"/></a>
<a href="https://github.com/leahevy/doty/actions/workflows/format.yml"><img src="https://github.com/leahevy/doty/actions/workflows/format.yml/badge.svg" alt="Formatting checks"/></a>
<a href="https://github.com/leahevy/doty/actions/workflows/typechecks.yml"><img src="https://github.com/leahevy/doty/actions/workflows/typechecks.yml/badge.svg" alt="Typechecks"/></a>
<a href="https://www.gnu.org/licenses/gpl-3.0"><img src="https://img.shields.io/badge/License-GPLv3-blue.svg" alt="GPLv3"/></a>
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/Made%20with-Python-1f425f.svg" alt="Made with Python"/></a>
<a href="https://www.linux.org/"><img src="https://img.shields.io/badge/OS-Linux-green" alt="Running on Linux"/></a>
<a href="https://www.apple.com/"><img src="https://img.shields.io/badge/OS-MacOS-green" alt="Running on MacOS"/></a>
<a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Formatted with black"/></a>
<a href="https://opensource.fb.com/support-ukraine"><img src="https://img.shields.io/badge/Support-Ukraine-FFD500?style=flat&labelColor=005BBB" alt="Support Ukraine"/></a>
</p>
  
---

## 💫 [Doty](https://github.com/leahevy/doty)

**Doty** is a new and modern dotfiles manager.

[The source for this project is available here.](https://github.com/leahevy/doty)

---

## 💿 Installation

To install it with pip run: `pip install doty`.

To install this package locally for development, clone it first using `git clone https://github.com/leahevy/doty` and run: `pip install -e .[dev]`.

For installation of the latest version you can install it with pip directly from *GitHub* with the command: `pip install git+https://github.com/leahevy/doty.git`.

---

## ⌨️ Commands

**TODO**

---

## 📖 Documentation

The documentation is available at <https://leahevy.github.io/doty>.

---

## 👥 Contributing

Want to add a contribution to **doty**? Feel free to send a [pull request](https://github.com/leahevy/doty/compare).

See also [here](https://github.com/leahevy/doty/blob/master/CONTRIBUTING.md).

---

## 🎓 License

Copyright (C) 2022 Leah Lackner

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
