Skip to content

Commit

Permalink
update links to repo: cosmicBboy -> pandera-dev (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicBboy committed Sep 10, 2019
1 parent 6061254 commit e6782f1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ and suggestions are welcome!
## Getting Started

If you are looking to contribute to the *pandera* codebase, the best place to
start is the [GitHub "issues" tab](https://github.com/cosmicBboy/pandera/issues).
start is the [GitHub "issues" tab](https://github.com/pandera-dev/pandera/issues).
This is also a great place for filing bug reports and making suggestions for
ways in which we can improve the code and documentation.

## Contributing to the Codebase

The code is hosted on [GitHub](https://github.com/cosmicBboy/pandera/issues),
The code is hosted on [GitHub](https://github.com/pandera-dev/pandera/issues),
so you will need to use [Git](http://git-scm.com/) to clone the project and make
changes to the codebase. Once you have obtained a copy of the code, you should
create a development environment that is separate from your existing Python
Expand All @@ -34,8 +34,8 @@ each pull request:
Check(...),
]),
})
DataFrameSchema({
"col1": Column(...),
"col2": Column(...),
Expand Down Expand Up @@ -68,4 +68,4 @@ Once your changes are ready to be submitted, make sure to push your changes to
your fork of the GitHub repo before creating a pull request. We will review
your changes, and might ask you to make additional changes before it is finally
ready to merge. However, once it's ready, we will merge it, and you will have
successfully contributed to the codebase!
successfully contributed to the codebase!
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<div align="left"><img src="https://raw.githubusercontent.com/cosmicBboy/pandera/master/docs/source/_static/pandera-logo.png" width="140"></div>
<div align="left"><img src="https://raw.githubusercontent.com/pandera-dev/pandera/master/docs/source/_static/pandera-logo.png" width="140"></div>

# Pandera

A flexible and expressive [pandas](http://pandas.pydata.org) validation library.

<br>

[![Build Status](https://travis-ci.org/pandera-dev/pandera.svg?branch=master)](https://travis-ci.org/cosmicBboy/pandera)
[![Build Status](https://travis-ci.org/pandera-dev/pandera.svg?branch=master)](https://travis-ci.org/pandera-dev/pandera)
[![PyPI version shields.io](https://img.shields.io/pypi/v/pandera.svg)](https://pypi.org/project/pandera/)
[![PyPI license](https://img.shields.io/pypi/l/pandera.svg)](https://pypi.python.org/pypi/pandera/)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
Expand Down Expand Up @@ -102,14 +102,15 @@ pip install pytest
pytest tests
```

## Contributing to pandera [![GitHub contributors](https://img.shields.io/github/contributors/cosmicBboy/pandera.svg)](https://github.com/cosmicBboy/pandera/graphs/contributors)
## Contributing to pandera [![GitHub contributors](https://img.shields.io/github/contributors/pandera-dev/pandera.svg)](https://github.com/pandera-dev/pandera/graphs/contributors)

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.

A detailed overview on how to contribute can be found in the [contributing guide](https://github.com/cosmicBboy/pandera/blob/master/.github/CONTRIBUTING.md) on GitHub.
A detailed overview on how to contribute can be found in the [contributing guide](https://github.com/pandera-dev/pandera/blob/master/.github/CONTRIBUTING.md) on GitHub.

## Issues

Go [here](https://github.com/cosmicBboy/pandera/issues) to submit feature
Go [here](https://github.com/pandera-dev/pandera-dev/issues) to submit feature
requests or bugfixes.

## Other Data Validation Libraries
Expand Down
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package:

source:
git_rev: 0.1.5
git_url: https://github.com/cosmicBboy/pandera.git
git_url: https://github.com/pandera-dev/pandera.git

build:
noarch: python
Expand All @@ -30,7 +30,7 @@ test:
- pandera

about:
home: https://github.com/cosmicBboy/pandera
home: https://github.com/pandera-dev/pandera
license: MIT
summary: 'Light-weight and flexible validation for pandas data structures.'
description: |
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,14 @@ enhancements and ideas are welcome.

A detailed overview on how to contribute can be found in the
`contributing
guide <https://github.com/cosmicBboy/pandera/blob/master/.github/CONTRIBUTING.md>`__
guide <https://github.com/pandera-dev/pandera/blob/master/.github/CONTRIBUTING.md>`__
on GitHub.

Issues
------

Submit issues, feature requests or bugfixes on
`github <https://github.com/cosmicBboy/pandera/issues>`__.
`github <https://github.com/pandera-dev/pandera/issues>`__.

.. toctree::
:maxdepth: 2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"data structures.",
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/cosmicBboy/pandera",
url="https://github.com/pandera-dev/pandera",
project_urls={
'Documentation': 'https://pandera.readthedocs.io',
'Issue Tracker': 'https://github.com/cosmicBboy/pandera/issues'
'Issue Tracker': 'https://github.com/pandera-dev/pandera/issues'
},
keywords=["pandas", "validation", "data-structures"],
license="MIT",
Expand Down

0 comments on commit e6782f1

Please sign in to comment.